home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_158.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  484 b   |  11 lines

  1. INT (Integer)
  2. Returns the integer closest to the value in the argument number. This integer is equal to or less than, but not greater than number. If the argument is a positive real number, the fraction is truncated. A negative real number is rounded down to the next lowest whole number.
  3.  
  4. Format: INT (number)
  5.  
  6. Argument:
  7. ΓÇó  number: A numeric expression.
  8.  
  9. Example:
  10. INT (5.76) returns 5.
  11. Shows that 5 is the integer closest to, but not greater than, the value in the argument number.